home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10636 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.lang.c++
  2. Path: in1.uu.net!utcsri!utnut!nott!emr1!jagrant
  3. From: jagrant@emr1.emr.ca (John Grant)
  4. Subject: Re: Simple newbie question
  5. Message-ID: <DnvCIs.uq@emr1.emr.ca>
  6. Organization: Energy, Mines, and Resources, Ottawa
  7. References: <1996Mar6.133456.3709@cs.mun.ca>
  8. Date: Wed, 6 Mar 1996 23:13:40 GMT
  9.  
  10. In article <1996Mar6.133456.3709@cs.mun.ca> davidp@cs.mun.ca (David James Pierce) writes:
  11. >I have recently installed Borland C++ Ver. 4.5 on my PC. The answer to
  12. >this qestion should be easy. I am trying to link a .OBJ file to my main
  13. >program, but I can't seem to find where I am suppose to specify that I
  14. >want to link in this particular .OBJ. (This is in the programmer's workbench).
  15. >Can anyone field this question?
  16.     If you have the .c/.cpp file, just put the .c source file in your
  17.     project. If you only have a .obj file, then just put the .obj
  18.     file in your project. Either way, the compiler/linker takes
  19.     care of it.
  20.  
  21.     (BTW 'Programmer's Workbench' is a Microsoft product)
  22. -- 
  23. John A. Grant                        jagrant@emr1.emr.ca
  24. Airborne Geophysics
  25. Geological Survey of Canada, Ottawa
  26.